home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
windows
/
win31
/
mbar.arj
/
MBAR.TXT
< prev
next >
Wrap
Text File
|
1994-01-07
|
485b
|
19 lines
''''''''''''''''''''''''''''
' Visual Basic constant file for meter bar. Load this file
' into a code module.
''''''''''''''''''''''''''''
'Orientation values
Global Const MBAR_ORIENT_LR = 0
Global Const MBAR_ORIENT_RL = 1
Global Const MBAR_ORIENT_BT = 2
Global Const MBAR_ORIENT_TB = 3
'Border styles
Global Const MBAR_BORDER_NONE = 0
Global Const MBAR_BORDER_FIXEDSINGLE = 1
Global Const MBAR_BORDER_THREED = 2
'Error Constants
Global Const ERR_POSRANGE = 20000